//==============================================================================
// Toxotes_Anim.txt
//==============================================================================

import bow_defines_anim.txt

//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Cavalry N Jarl Head Standard
		ReplaceTexture Cavalry N Jarl Head Standard/utility e spy head scarf
         }
      }
   }
}

//==============================================================================
define BloodSpurt
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Blood Spurt
      }
   }
}

//==============================================================================
define knife
{
   set hotspot
   {
      version
      {
         Visual Attachments A Knife
      }
   }
}

//==============================================================================
define arrow
{
   set hotspot
   {
      version
      {
         Visualnone whytfdoesnthisworknow //Attachments A HandArrow
      }
   }
}

//==============================================================================
define arrowbagtox
{
	set hotspot
	{
		version
		{
			Visual arrowbagtox
		}
	}
}

//==============================================================================
anim Idle
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
					Visual Archer G Toxotes_IdleA
                                               ReplaceTexture Archer G Toxotes Standard/utility e spy standard
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect backchest arrowbagtox hotspot
			}
		}
        } 
}

//==============================================================================
anim walk
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
					Visual Archer G Toxotes_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
                                               ReplaceTexture Archer G Toxotes Standard/utility e spy standard
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect backchest arrowbagtox hotspot
			}
		}
        } 
}
//==============================================================================
anim Attack
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
						Visual villager g male_handattack
ReplaceTexture Villager G Male Standard/utility e spy standard
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.49 true   
                  tag GenericSound 0.40 true   
//-- end auto generated section
                                               ReplaceTexture Archer G Toxotes Standard/utility e spy standard
						connect RightHand knife hotspot
						connect TopOfHead head hotspot
					        connect backchest arrowbagtox hotspot
			}
		}
        } 
}

//==============================================================================
anim RangedAttack
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
					Visual Archer G Toxotes_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
                                               ReplaceTexture Archer G Toxotes Standard/utility e spy standard
					Connect TopOfHead Head hotspot
					connect righthand bow hotspot
					connect backchest arrowbagtox hotspot
					connect LeftHand Arrow hotspot
			}
		}
        } 
}


//==============================================================================
anim Death
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
					Visual Archer G Toxotes_DeathA
                                               ReplaceTexture Archer G Toxotes Standard/utility e spy standard
					connect righthand bow hotspot
					Connect TopOfHead Head hotspot
                                        Connect RightHand BloodSpurt hotspot
					connect backchest arrowbagtox hotspot
			}
		}
        } 
}


//==============================================================================
anim Bored
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
					Visual Archer G Toxotes_BoredA
                                               ReplaceTexture Archer G Toxotes Standard/utility e spy standard
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot				   
					connect backchest arrowbagtox hotspot
			}
		}
        } 
}

//==============================================================================
anim Flail
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
					Visual Archer G Toxotes_FlailA
                                               ReplaceTexture Archer G Toxotes Standard/utility e spy standard
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot
					connect backchest arrowbagtox hotspot
			}
		}
        } 
}